home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 02 / 8 / DISK0283.ZIP / MAKEINT.BAT < prev    next >
DOS Batch File  |  1985-01-25  |  126b  |  11 lines

  1. echo off
  2. rem make int.com
  3.  
  4. asm88 int
  5. echo  
  6. bind int -a -sFFFF
  7. echo  
  8. del int.o
  9. exe2bin int.exe int.com
  10. del int.exe
  11.